GetWindowBoundsRequest

data class GetWindowBoundsRequest(windowId: WindowID)

Represents request frame that can be used with Browser#getWindowBounds operation call.

Get position and size of the browser window.

See also

Constructors

GetWindowBoundsRequest
Link copied to clipboard
fun GetWindowBoundsRequest(windowId: WindowID)

Properties

windowId
Link copied to clipboard
val windowId: WindowID
Browser window id.

Sources

jvm source
Link copied to clipboard